home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / xshogi11.lha / xshogi-1.1 / README.xboard < prev    next >
Text File  |  1993-04-02  |  5KB  |  92 lines

  1. XBoard -- an Xt/Athena user interface for GNU Chess
  2.  
  3. Original authors:  Dan Sears and Chris Sears
  4. Enhancements (Version 2.0):  Tim Mann
  5.  
  6. XBoard borrows its colors, icon and piece bitmaps from XChess
  7. which was written and is copyrighted by Wayne Christopher.
  8.  
  9. Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts.
  10. Enhancements Copyright 1992 Free Software Foundation, Inc.
  11.  
  12. The following terms apply to Digital Equipment Corporation's copyright
  13. interest in XBoard:
  14. ------------------------------------------------------------------------
  15. All Rights Reserved
  16.  
  17. Permission to use, copy, modify, and distribute this software and its
  18. documentation for any purpose and without fee is hereby granted,
  19. provided that the above copyright notice appear in all copies and that
  20. both that copyright notice and this permission notice appear in
  21. supporting documentation, and that the name of Digital not be
  22. used in advertising or publicity pertaining to distribution of the
  23. software without specific, written prior permission.
  24.  
  25. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  26. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  27. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  28. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  29. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  30. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  31. SOFTWARE.
  32. ------------------------------------------------------------------------
  33.  
  34. The following terms apply to the enhanced version of XBoard distributed
  35. by the Free Software Foundation:
  36. ------------------------------------------------------------------------
  37. This file is part of XBOARD.
  38.  
  39. XBOARD is distributed in the hope that it will be useful, but WITHOUT ANY
  40. WARRANTY.  No author or distributor accepts responsibility to anyone for
  41. the consequences of using it or for whether it serves any particular
  42. purpose or works at all, unless he says so in writing.  Refer to the XBOARD
  43. General Public License for full details.
  44.  
  45. Everyone is granted permission to copy, modify and redistribute XBOARD, but
  46. only under the conditions described in the XBOARD General Public License. A
  47. copy of this license is supposed to have been given to you along with
  48. XBOARD so you can know your rights and responsibilities.  It should be in a
  49. file named COPYING.  Among other things, the copyright notice and this
  50. notice must be preserved on all copies.
  51. ------------------------------------------------------------------------
  52.  
  53. XBoard is an X11/R4-based user interface for GNU Chess.  It uses the R4 Athena
  54. widgets and Xt Intrinsics to provide an interactive referee for managing a
  55. chess game between a user and a computer opponent or between two computers.
  56. You can also use XBoard without a chess program to play through games in files
  57. or to play through games manually (force mode); in this case, moves aren't
  58. validated by XBoard.  XBoard manages a digital chess clock for each player and
  59. resets the clocks if the proper number of moves are played within the time
  60. control period.  A game can be started with the initial chess position, with a
  61. series of moves from a game file or with a position from a position file.  The
  62. "match" shell script runs a series of games between two machines, alternating
  63. sides.  The man page xboard.man describes the features of XBoard.
  64.  
  65. XBoard was originally written by Dan Sears and Chris Sears.  XBoard borrows its
  66. colors, icons and piece bitmaps from XChess, which was written and copyrighted
  67. by Wayne Christopher.  We thank him for his work on XChess.  Beginning with
  68. version 2.0, Tim Mann has taken over development of XBoard.  
  69.  
  70. Report bugs to Tim Mann <mann@src.dec.com>, with a carbon copy to Stuart
  71. Cracraft <cracraft@rice-chex.ai.mit.edu>.  If you improve XBoard, please send
  72. your changes to Tim and Stuart.
  73.  
  74. CAVEATS
  75.  
  76. XBoard depends on the R4 Xt Intrinsics and R4 Athena Widget Set.  In
  77. particular, R3 just won't do---XBoard uses features introduced in R4.  The
  78. standard DEC and SUN releases won't do either.  The Athena widgets are either
  79. missing in the DEC standard distribution or in the wrong (R3) place in SUN
  80. OpenWindows.
  81.  
  82. XBoard works best with version 4.0 of GNU Chess.  (Older versions may also
  83. work, but they are unsupported.  The GNU Chess project requests that you get a
  84. current copy of GNU Chess rather than using older, bug-ridden versions.)  GNU
  85. Chess must be compiled with the -DXBOARD flag for use with XBoard.  Use the
  86. "make gnuchessx" target in GNU Chess 4.0 to do this.
  87.  
  88. The Free Software Foundation would prefer to be able to distribute an X
  89. chessboard program covered only by the GNU General Public License and
  90. unencumbered by any other copyright.  If you can help with this, please 
  91. contact the FSF.
  92.